12345678910111213141516171819 |
- <?php
- /**
- * Created by PhpStorm.
- * User: apple
- * Date: 2019/1/14
- * Time: 下午3:50
- */
- use app\common\model\Sign;
- use app\common\library\Redis;
- class SignDelTest extends TestInit{
- /**
- * 删除微信签到记录
- */
- public function testDelSign(){
- echo \app\main\helper\StringHelper::moneyFormat(1.999999);
- }
- }
|