Commit 85a1f710 authored by haojiahong's avatar haojiahong

京东扣减查询积分调试

parent 657d86cc
......@@ -88,6 +88,7 @@
var shopId = getUrlParam("shopId");
var venderId = getUrlParam("venderId");
var appKey = getUrlParam("appKey");
var needCredits = getUrlParam("needCredits");
$.ajax({
type: 'post',
......@@ -98,7 +99,8 @@
env: env,
shopId: shopId,
venderId: venderId,
appKey: appKey
appKey: appKey,
needCredits: needCredits
}),
async: false,
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