- 必看
- 管理后台
- 工作台
- 登录
- 装修管理
- 文章资讯
- 消息通知
- 渠道设置
- 组织管理
- 权限管理
- 系统设置
- 文件管理
- 存储引擎
- 开发工具
- 用户管理
- 通用数据
- 营销应用
- 财务管理
- 手机端
- PC端
- 参数说明
支付方式
开发中
GET
/api/pay/payWay
请求参数
Query 参数
from
string
必需
order_id
integer
订单id
Header 参数
token
string
可选
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://www.likeadmin.localhost/api/pay/payWay?from&order_id' \
--header 'token: {{token}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {7}]
必需
order_amount
string
订单金额
示例
{"code":1,"show":0,"msg":"","data":{"lists":[{"id":3,"name":"支付宝支付","pay_way":3,"icon":"https:\/\/likeshopb2cv3.yixiangonline.com\/uploads\/images\/20210729160548854cb1934.png","sort":51,"remark":"支付宝支付备注","extra":"支付宝快捷支付"},{"id":2,"name":"微信快捷支付","pay_way":2,"icon":"http:\/\/www.likeadmin.localhost\/222.png","sort":20,"remark":"","extra":"微信快捷支付"}],"order_amount":"10.00"}}