|
变量名 | 类 型 | 静态 | 数组 | 备 注 | url | 文本型 | | | Appid | 文本型 | | | Apptoken | 文本型 | | | time | 文本型 | | | header | 文本型 | | | text | 文本型 | | | 时间戳 | 文本型 | | | i | 文本型 | | | 订单id | 文本型 | | | time2 | 文本型 | | | data | 文本型 | | | id | 文本型 | | | json | 类_json | | |
id = “3298024”json. 置属性 (“orderSN”, id, )json. 置属性 (“state”, “4”, )json. 置属性 (“remarks=”, “”, )data = json. 取数据文本 ()Appid = “MzpC6Firb2WnAziGOw_KWhTkvYYp0Qxg”Apptoken = “jxvk3szBRiMrRsjFEBboqP_yZ_rEOENJ0BlVCaFLk-fjU-NvKI”time2 = 时间_取现行时间戳 (真)url = “/api/supplier/order/v2/order”header = “Appid:” + Appid + #换行符 + “Apptoken:” + 校验_取sha1 (到字节集 (Appid + Apptoken + url + time2 )) + #换行符 + “AppTimestamp:” + time2 url = “http://fdsa.xddsup.com” + url text = 到文本 (编码_编码转换对象 (网页_访问_对象 (url, 1, data, , , header, , , , , , , , , , , , , ), , , )) 调试输出 (text ) |
|