DATA:lv_decrypt TYPE string, "解密前的string类型
lv_decrypt_x TYPE xstring. "解密前的xstring类型
DATA:lv_decrypt_after TYPE string, "解密后的string类型
lv_decrypt_after_x TYPE xstring. "解密后的xstring类型
DATA:lv_key TYPE string VALUE 'y5red17ocg5voImq', "key 设置对称算法的密钥
LV_IV TYPE STRING VALUE '0000000000000000'. "IV 设置对称算法的初始化向量
DATA lv_key_x TY