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

+ 2 - 1
yspay/Cash.php

@@ -198,8 +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);