feat : pay Adapter
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
2025-09-04 23:08:54 +08:00
parent 595d3d3276
commit f4b812f861
25 changed files with 694 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"dev": {
"host": "https://test.ctexthuang.com"
},
"local": {
"host": "http://127.0.0.1:9501"
},
"prod": {
"host": "https://prod.ctexthuang.com"
}
}

9
request/test.http Normal file
View File

@@ -0,0 +1,9 @@
### Adapte pay test
GET {{host}}/adapter/test/pay
Content-Type: application/x-www-form-urlencoded
account=13632877014&password=123456
> {%
client.global.set("admin_token", response.body.data.token);
%}