{
"id" : 1,
"name" : "余额支付",
"icon" : "a.png",
"sort" : "1",
"config" : {
"wechat_interface_version" : "v3",
"wechat_merchant_type" : "ordinary_merchant",
"wechat_mch_id" : "",
"wechat_pay_sign_key" : "",
"wechat_apiclient_cert" : "",
"wechat_apiclient_key" : "",
"ali_app_id" : "",
"ali_mode" : "0",
"ali_app_secret_cert" : "",
"ali_app_public_cert_path" : "",
"ali_alipay_public_cert_path" : "",
"ali_alipay_root_cert_path" : ""
}
}
curl --location --request POST '/adminapi/mall.pay/edit' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id" : 1,
"name" : "余额支付",
"icon" : "a.png",
"sort" : "1",
"config" : {
"wechat_interface_version" : "v3",
"wechat_merchant_type" : "ordinary_merchant",
"wechat_mch_id" : "",
"wechat_pay_sign_key" : "",
"wechat_apiclient_cert" : "",
"wechat_apiclient_key" : "",
"ali_app_id" : "",
"ali_mode" : "0",
"ali_app_secret_cert" : "",
"ali_app_public_cert_path" : "",
"ali_alipay_public_cert_path" : "",
"ali_alipay_root_cert_path" : ""
}
}'
{}