Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyutang authored Dec 9, 2022
1 parent 3d86533 commit 6749299
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions open-payment-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ curl --location --request POST 'http://127.0.0.1/gateway/payment' \
```

- Response
> You should find a new data row in orders table.
```shell
{"err_code":0,"err_message":"ok","merchant_id":"OPP9993338844","nonce_str":"439FJDF98HUFHSUGNFDIUSHF","open_id":"","order_status":0,"out_order_no":"111222333","out_transaction_id":"","pay_way":"111222333","sign":"2cadb64844d0b665faf1","sign_type":"SM3","sub_merchant_id":"","sub_openid":""}
```
- Query Order
> You should find a new data row in orders table.
- Query Order
```shell
curl --location --request POST 'http://127.0.0.1/gateway/payment' \
Expand Down Expand Up @@ -116,4 +114,4 @@ curl --location --request POST 'http://127.0.0.1/gateway/payment' \
```shell
# root directory
make stop
```
```

0 comments on commit 6749299

Please sign in to comment.