Showing
3 changed files
with
3 additions
and
0 deletions
@@ -34,6 +34,7 @@ public class DepositOrderController { | @@ -34,6 +34,7 @@ public class DepositOrderController { | ||
34 | * @param price | 34 | * @param price |
35 | * @return | 35 | * @return |
36 | * @throws GatewayException | 36 | * @throws GatewayException |
37 | + * http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.deposit.computeRecall&uid=500031974&deposit_code=56257845 | ||
37 | */ | 38 | */ |
38 | @RequestMapping(params = "method=ufo.deposit.computeRecall") | 39 | @RequestMapping(params = "method=ufo.deposit.computeRecall") |
39 | @ResponseBody | 40 | @ResponseBody |
@@ -108,6 +108,7 @@ datasources: | @@ -108,6 +108,7 @@ datasources: | ||
108 | - com.yohoufo.dal.order.OrdersPayHbfqMapper | 108 | - com.yohoufo.dal.order.OrdersPayHbfqMapper |
109 | - com.yohoufo.dal.order.BlackUserMapper | 109 | - com.yohoufo.dal.order.BlackUserMapper |
110 | - com.yohoufo.dal.order.StorageDepositMapper | 110 | - com.yohoufo.dal.order.StorageDepositMapper |
111 | + - com.yohoufo.dal.order.DepositOrderMapper | ||
111 | 112 | ||
112 | ufo_promotion: | 113 | ufo_promotion: |
113 | servers: | 114 | servers: |
@@ -107,6 +107,7 @@ datasources: | @@ -107,6 +107,7 @@ datasources: | ||
107 | - com.yohoufo.dal.order.OrdersPayHbfqMapper | 107 | - com.yohoufo.dal.order.OrdersPayHbfqMapper |
108 | - com.yohoufo.dal.order.BlackUserMapper | 108 | - com.yohoufo.dal.order.BlackUserMapper |
109 | - com.yohoufo.dal.order.StorageDepositMapper | 109 | - com.yohoufo.dal.order.StorageDepositMapper |
110 | + - com.yohoufo.dal.order.DepositOrderMapper | ||
110 | 111 | ||
111 | ufo_promotion: | 112 | ufo_promotion: |
112 | servers: | 113 | servers: |
-
Please register or login to post a comment