@@ -115,6 +115,7 @@ class Wechat extends Api
$plan_id = WechatPlan::where('price',$price)->value('plan_id');
$p_id = WechatPlan::where('price',$price)->value('id');
$plan_id=11;
+ $p_id=12;
// try {
// $notify_url=Request::instance()->domain() . "/api/wechat/notify/" . $cid; //回调接口
$app_id='wx5681205d1ef4d9d3';