Commit 6f59b03b by 杨树贤

添加注释

parent 5423c7e3
......@@ -55,6 +55,7 @@ class UserExchangesController extends Controller
*/
public function exchange(Request $request, UserExchangeService $service)
{
//这个是兑换的商品id,不是兑换流水的id,因为这个时候还没有生成
$exchangeId = $request->get('exchange_id');
//先写死用于测试
$exchangeId = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment