Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7e35f59abc
@ -128,6 +128,9 @@ public class AlipayController extends BaseController {
|
|||||||
if (ObjectUtil.isNotEmpty(storeId) && storeId!= "") {
|
if (ObjectUtil.isNotEmpty(storeId) && storeId!= "") {
|
||||||
accountInfo.setStoreId(Integer.parseInt(storeId));
|
accountInfo.setStoreId(Integer.parseInt(storeId));
|
||||||
}
|
}
|
||||||
|
if (ObjectUtil.isNotEmpty(ljStore)){
|
||||||
|
accountInfo.setChainStoreId(ljStore.getChainStoreId());
|
||||||
|
}
|
||||||
String token = TokenUtil.generateToken(userAgent, ljUser.getId());
|
String token = TokenUtil.generateToken(userAgent, ljUser.getId());
|
||||||
accountInfo.setToken(token);
|
accountInfo.setToken(token);
|
||||||
TokenUtil.saveAccountToken(accountInfo);
|
TokenUtil.saveAccountToken(accountInfo);
|
||||||
|
@ -377,10 +377,10 @@
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
request({
|
request({
|
||||||
url: "/business/allOrderInfo/orderStatus",
|
url: "/business/marketingActivity/activeExchange/cardValueOrders",
|
||||||
method: 'post',
|
method: 'put',
|
||||||
data: {
|
data: {
|
||||||
"orderNo": res.data.orderNo,
|
"orderNo": res.data.data.orderNo,
|
||||||
"status": "payFail"
|
"status": "payFail"
|
||||||
},
|
},
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user