rabin 1 year ago
parent
commit
0b4c5025d3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      yspay/Cash.php

+ 3 - 0
yspay/Cash.php

@@ -198,6 +198,9 @@ class Cash
     # 将测试数据改成待入账
     public function test_edit_api()
     {
+    	$order_num = Dever::input('order_num');
+    	$price = Dever::input('price');
+    	$fenzhang = Dever::input('fenzhang');
     	Dever::load('pay/yspay/cash')->up($order_num, 2, $price, $fenzhang);
     	return 'ok';
     }