This commit is contained in:
mkm 2024-06-04 10:18:31 +08:00
parent e543fc4f52
commit 69c2d5a42e

View File

@ -15,7 +15,7 @@ class IndexController extends BaseApiController
public function index()
{
d(2);
$params=['store_id'=>2,'pay_type'=>17];
$a=StoreOrderLogic::createOrder([1],0,null,$params);