|
|
@@ -461,9 +461,9 @@ class TestController extends BaseController
|
|
|
echo "</table>";
|
|
|
}
|
|
|
}
|
|
|
- //echo bcadd((string)1718772417, (string)120000);
|
|
|
+ echo bcadd(1718772417, 120000);
|
|
|
echo "<br/>";
|
|
|
- echo bcadd(1, 2);
|
|
|
+ echo bcadd(1718772417, 120000);
|
|
|
}
|
|
|
|
|
|
public function actionRefundQuery()
|