|
楼主 |
发表于 2024-11-29 16:37:10
|
显示全部楼层
广东省深圳市
源代码这样:
.版本 2
.子程序 _按钮4_被单击
.局部变量 url, 文本型
.局部变量 header, 文本型
.局部变量 tt, 文本型
.局部变量 data, 文本型
.局部变量 ddd, 文本型
.局部变量 json, 类_json
url = “http://editest.byd.com.cn:48280/scm/inventory”
header = “Content-Type: application/json” + #换行符 + “x_Gateway-APIKey:37437b85-8b7f-4cff-af4c-a941968cc92b” + #换行符 + “Accept:application/json” ' ''' + #换行符 + “;charset=UTF-8”
data = “{” + #引号 + “inventoryReq” + #引号 + “:{” + #引号 + “head” + #引号 + “:{” + #引号 + “remoteUser” + #引号 + “: ” + #引号 + “S139601” + #引号 + “,” + #引号 + “signature” + #引号 + “: ” + #引号 + “S139601” + #引号 + “,” + #引号 + “sn” + #引号 + “: ” + #引号 + “S139601” + #引号 + “,” + #引号 + “timestamp” + #引号 + “:123456}, ” + #引号 + “inventoryNo” + #引号 + “: ” + #引号 + “123456S139601” + #引号 + “,” + #引号 + “supplierCode” + #引号 + “: ” + #引号 + “139601” + #引号 + “,” + #引号 + “plantCode” + #引号 + “: ” + #引号 + “139601” + #引号 + “,” + #引号 + “baseCode” + #引号 + “: ” + #引号 + “SZ0019” + #引号 + “,” + #引号 + “invOrg” + #引号 + “: ” + #引号 + “1000-0010” + #引号 + “,” + #引号 + “invDate” + #引号 + “: ” + #引号 + “2024-11-10” + #引号 + “,” + #引号 + “isThirdParty” + #引号 + “: ” + #引号 + “N” + #引号 + “,” + #引号 + “partyCode” + #引号 + “: ” + #引号 + #引号 + “,” + #引号 + “inventoryList” + #引号 + “:[{ ” + #引号 + “partNo” + #引号 + “:” + #引号 + “14463670-00” + #引号 + “,” + #引号 + “partDesc” + #引号 + “: ” + #引号 + “AAAAA” + #引号 + “,” + #引号 + “onhandQty” + #引号 + “: ” + #引号 + “1000” + #引号 + “,” + #引号 + “quarantineQty” + #引号 + “: ” + #引号 + “999” + #引号 + “,” + #引号 + “inspectQty” + #引号 + “: ” + #引号 + “33” + #引号 + “,” + #引号 + “defectQty” + #引号 + “: ” + #引号 + “11” + #引号 + “,” + #引号 + “frozenQty” + #引号 + “: ” + #引号 + “0” + #引号 + “,” + #引号 + “wipQty” + #引号 + “: ” + #引号 + “336” + #引号 + “,” + #引号 + “transQty” + #引号 + “: ” + #引号 + “234” + #引号 + “,” + #引号 + “unit” + #引号 + “: ” + #引号 + “PCS” + #引号 + “}]}}”
输出调试文本 (data)
编码_gb2312到utf8 (data)
输出调试文本 (data)
ddd = 网页_访问S (url, 1, data, , , header, , , , , , , , , , , , , , , )
输出调试文本 (ddd)
|
|