|
@@ -112,7 +112,7 @@ class Wechat extends Api
|
|
|
{
|
|
|
$price = intval($request->param('price'));
|
|
|
$uid = intval($request->param('uid'));
|
|
|
- $plan_id = WechatPlan::where('price',$peice)->value('plan_id');
|
|
|
+ $plan_id = WechatPlan::where('price',$price)->value('plan_id');
|
|
|
$p_id = WechatPlan::where('price',$peice)->value('id');
|
|
|
$plan_id=11;
|
|
|
try {
|