A6-第三方查詢是否為 MR 會員.md
4 additions, 7 deletions
| ... | ... | @@ -13,17 +13,14 @@ |
| 13 | 13 | * `dbmt.THIRDPARTY_AUTHENTICATION`: `第三方驗證資訊` |
| 14 | -Request / Response 是否加密: `Request:true - AES / CBC / PKCS5PADDING` / `Response:false` | |
| 15 | - ## Endpoint by environment | |
| 14 | + * Request / Response 是否加密: | |
| 15 | + * Request:`true - AES / CBC / PKCS5PADDING` | |
| 16 | + * Response:`false` | |
| 16 | -* sit : [https://smr.cathaybkdev.com.tw:8082/zuul/mobile-device-service](https://smr.cathaybkdev.com.tw:8082/zuul/mobile-device-service) | |
| 17 | -* uat : [https://tmr.cathaybkdev.com.tw:8082/zuul/mobile-device-service](https://tmr.cathaybkdev.com.tw:8082/zuul/mobile-device-service) | |
| 18 | -* prod : [https://myrewards-app.com.tw:8082/zuul/mobile-device-service](https://myrewards-app.com.tw:8082/zuul/mobile-device-service) | |
| 19 | - | |
| 20 | - curl -X POST {EndPoint}/mds/mvs/member/existence | |
| 17 | + curl -X POST {BaseURL}/mds/mvs/member/existence |