|
|
@@ -108,6 +108,15 @@ class Huafei extends BaseController
|
|
108
|
108
|
}
|
|
109
|
109
|
|
|
110
|
110
|
|
|
|
111
|
+ //充值话费推送补发
|
|
|
112
|
+ public function bufa(){
|
|
|
113
|
+ $order_no = $this->request->param('order_no');
|
|
|
114
|
+ $order_data = Db::name('order_huafei_hf') -> where('order_no', $order_no)->find();
|
|
|
115
|
+ return $this->pushHf($order_data['uid'], $order_data['order_no'], $order_data['mobile'], $order_data['pay_price']);
|
|
|
116
|
+ }
|
|
|
117
|
+
|
|
|
118
|
+
|
|
|
119
|
+
|
|
111
|
120
|
//充值话费推送
|
|
112
|
121
|
public function recharge(){
|
|
113
|
122
|
$uid = $this->request->uid();
|