| | |
| | | */ |
| | | public static final String appid = "OP00000418"; |
| | | |
| | | public static final String appid_prd = "OP00000418"; |
| | | public static final String appid_prd = "OP00000671"; |
| | | |
| | | /** |
| | | * 商户证书序列号,和商户私钥对应 |
| | |
| | | */ |
| | | public static final String merchant_no = "8222900701107M5"; |
| | | |
| | | public static final String merchant_no_prd = "8222900701107M5"; |
| | | public static final String merchant_no_prd = "822301053110LXS"; |
| | | |
| | | /** |
| | | * 商户证书私钥,用于请求签名 |
| | |
| | | mallMqRecord.setState(2); |
| | | mallMqRecord.setRetryTimes(2); |
| | | mallMqRecordMapper.insert(mallMqRecord); |
| | | //发送补贴消息 |
| | | agentProducer.sendPerkMoneyMsg(orderInfo.getId()); |
| | | //发送代理自动升级消息 |
| | | agentProducer.sendAutoLevelUpMsg(orderInfo.getMemberId()); |
| | | |
| | | return "SUCCESS"; |
| | | }else{ |
| | | return "FAIL"; |