Commit b35fff7c authored by haojiahong's avatar haojiahong

Merge branch 'hotfix/20210718-decrementCredits' into 'master'

京东扣减查询积分调试

See merge request !13
parents c4fc9128 85a1f710
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
var shopId = getUrlParam("shopId"); var shopId = getUrlParam("shopId");
var venderId = getUrlParam("venderId"); var venderId = getUrlParam("venderId");
var appKey = getUrlParam("appKey"); var appKey = getUrlParam("appKey");
var needCredits = getUrlParam("needCredits");
$.ajax({ $.ajax({
type: 'post', type: 'post',
...@@ -98,7 +99,8 @@ ...@@ -98,7 +99,8 @@
env: env, env: env,
shopId: shopId, shopId: shopId,
venderId: venderId, venderId: venderId,
appKey: appKey appKey: appKey,
needCredits: needCredits
}), }),
async: false, async: false,
contentType: 'application/json', contentType: 'application/json',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment