@@ -39,10 +39,10 @@ class PublicController
public function test()
{
$uid = 168;
- $product_id = 12;
- $exchange_id = 3;
- $num = 32;
- $uni = '23f2860a';
+ $product_id = 13;
+ $exchange_id = 4;
+ $num = 20;
+ $uni = '285296ff';
$res = StoreCart::setCart($uid, $product_id, $num, $uni, 'product', 1, 0, 0, 0, 0, $exchange_id);
if ($res) {
$cartId = $res->id;