|
@@ -146,19 +146,17 @@ class Pay
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- * 支付成功后,调取的接口 这里的安全以后再升级吧,升级成和pay/lib/set.updateStatus一样的
|
|
|
- *
|
|
|
- * @return mixed
|
|
|
- */
|
|
|
- public function act_api($param = array())
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
+
|
|
|
+ * 支付成功后,调取的接口 这里的安全以后再升级吧,升级成和pay/lib/set.updateStatus一样的
|
|
|
+ *
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
public function act($param = array())
|
|
|
{
|
|
|
-
|
|
|
+ $this->act_action($param);
|
|
|
+ return 'ok';
|
|
|
+
|
|
|
+ $send = Dever::preInput('pay_');
|
|
|
$send = $param;
|
|
|
$key = md5($this->key);
|
|
|
ksort($send);
|