refactor: reorganize modules and add Linux build tooling
This commit is contained in:
14
module/ec/market/test/agency/create.http
Normal file
14
module/ec/market/test/agency/create.http
Normal file
@@ -0,0 +1,14 @@
|
||||
POST http://127.0.0.1:12423/market.Agency/Create
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
|
||||
"account": "aaaa",
|
||||
"name": "aaaa",
|
||||
"org_name": "aa",
|
||||
|
||||
"contact": "aaaaaa",
|
||||
"phone": "13246589952",
|
||||
"store_identity": "01970749-c258-7cfe-a7b8-b24062d01269"
|
||||
}
|
||||
Reference in New Issue
Block a user