Merge branch 'lyf' of https://e.coding.net/g-cphe0354/shouyinjixitong/wx-cashier-service into lyf
This commit is contained in:
@@ -82,6 +82,7 @@ public class PayController {
|
||||
}else {
|
||||
userId = TokenUtil.parseParamFromToken(token).getString("userId");
|
||||
}
|
||||
//订单支付 orderId:62,payType=wechatPay,userId:or1l860rwM-rU_j9KrgMOwued
|
||||
log.info("订单支付 orderId:{},payType={},userId:{}",orderId,payType,userId);
|
||||
try {
|
||||
// if(StringUtils.isNotBlank(orderType) && orderType.equals("group")){
|
||||
|
||||
Reference in New Issue
Block a user