https://learnku.com/articles/55410
-
启动服务
php artisan serve -
请求
创建临时订单
curl http://127.0.0.1:8000/buy/vip?code=buy_vip&buy_month=5预览订单
curl http://127.0.0.1:8000/buy/preview?key=零时订单key -
支付
没有完全实现
| Name | Name | Last commit date | ||
|---|---|---|---|---|
https://learnku.com/articles/55410
启动服务
php artisan serve请求
创建临时订单
curl http://127.0.0.1:8000/buy/vip?code=buy_vip&buy_month=5预览订单
curl http://127.0.0.1:8000/buy/preview?key=零时订单key支付
没有完全实现