记得上下班打卡 | git大法好,push需谨慎

Commit 752ba4de authored by zhoujianping's avatar zhoujianping

1.支付宝小程序支付

parent a73f9ed8
...@@ -61,8 +61,6 @@ public class DragonOrdersServiceImpl implements IDragonOrdersService { ...@@ -61,8 +61,6 @@ public class DragonOrdersServiceImpl implements IDragonOrdersService {
@Override @Override
public ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto) { public ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto) {
dragonPayBaseReqDto.setOpenId("049ZwqRY-zunlLWsZLPu1VF1uVvh0XzxcsYCDZlIMuEuoE5");
dragonPayBaseReqDto.setDeviceFrom("applet");
//service层进行效验 //service层进行效验
Map map = validateDragonPay(dragonPayBaseReqDto); Map map = validateDragonPay(dragonPayBaseReqDto);
if(!(boolean)map.get("resultStatus")){ if(!(boolean)map.get("resultStatus")){
......
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