支付bug
This commit is contained in:
@@ -101,24 +101,6 @@ class Order extends base{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public function testPaystationLookup1(){
|
||||
|
||||
$data = $this->request->post();
|
||||
$rule = new Validate([
|
||||
"ms"=>"require"
|
||||
]);
|
||||
if(!$rule->check($data)){
|
||||
return jsonError($rule->getError());
|
||||
}
|
||||
$response = paystationLookup($data['ms']);
|
||||
$res = xml_to_array($response);
|
||||
return jsonSuccess($res);
|
||||
}
|
||||
|
||||
public function testPays(){
|
||||
$data = $this->request->post();
|
||||
$rule = new Validate([
|
||||
|
||||
Reference in New Issue
Block a user