Blame view

console/controllers/TestController.php 1.93 KB
cfe42223   曹明   提交初始代码
1
2
3
4
5
6
7
8
9
<?php
namespace console\controllers;
/**
 * Created by PhpStorm.
 * User: scott
 * Date: 8/15/18
 * Time: 11:32 AM
 */

4e3f2365   xu   common
10

b5b47ff1   xu   app-ht
11

d5e57a77   xu   app-api
12
13
use app\wx\modules\user\helpers\UserOrderHelper;
use common\business\AdminCloseOrder;
f10a8ca1   xu   1. F API 授权接口调整
14
use common\business\CancelOrder;
d5e57a77   xu   app-api
15
use common\business\Deduction;
b5b47ff1   xu   app-ht
16

cfe42223   曹明   提交初始代码
17
use common\exts\Invoice\baiwang\InvoiceApi;
cfe42223   曹明   提交初始代码
18
use common\exts\privatenumber\PrivateNumber;
b5b47ff1   xu   app-ht
19
use common\exts\wechat\Http;
cfe42223   曹明   提交初始代码
20

cfe42223   曹明   提交初始代码
21
22
23
24
use common\helpers\DeviceSearch;
use common\helpers\Distance;
use common\helpers\FileManager;

931eed21   xu   1. A授权接口开发
25
26
use common\helpers\ImageManager;
use common\helpers\MinaHelper;
831c9f5b   xu   1. 设备授权接口添加设备ID ,...
27
28
use common\helpers\OrderSqlHelper;
use common\helpers\UserMPHelper;
4e3f2365   xu   common
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
use common\helpers\WxHelper;
use common\models\BindDeviceApply;
use common\models\Engineer;
use common\models\EngineerEvent;
use common\models\EngineerPickOrder;
use common\models\Invoice;
use common\models\PrivateNumberBindRecord;
use common\models\PrivateNumberVoice;
use common\models\RepairOrder;

use common\models\RepairOrderDeduction;


use common\services\wxs\SmsMessage;
use console\models\ClearFileTask;
use console\models\EngineerTask;

use domain\data\EngineerReport;
931eed21   xu   1. A授权接口开发
47
use domain\device\BindQrcodeApplyRepository;
cfe42223   曹明   提交初始代码
48
use domain\engineer\EngineerAchievementPro;
ff8327f6   xu   1. F 删除冗余代码
49
50
51
52
53
54
55
use domain\engineer\EngineerRepository;
use domain\finance\EngineerCashFlow;
use domain\finance\EngineerCashFlowStatus;
use domain\finance\EngineerCashFlowType;
use domain\marketing\activity\DeductionActivityRepository;

use domain\marketing\subsidy\ApplyAwardRule;
f10a8ca1   xu   1. F API 授权接口调整
56
use domain\marketing\thankfee\ThankFee;
cfe42223   曹明   提交初始代码
57
use domain\system\message\CustomMessage;
34327c62   xu   1. F 完成所有接口的逻辑
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
use domain\trade\dob\DispatchOrder;

use domain\trade\OnsiteOrder;
use domain\trade\privateorder\PrivateOrderUserOp;
use domain\trade\RepairOrderRepository;
use GuzzleHttp\Psr7;
use Workerman\Worker;
use yii\console\Controller;
use yii\db\Query;
use yii\base\Exception;

use function chr;
use yii\helpers\ArrayHelper;

class TestController extends Controller
{

   public function actionGen()
   {
       echo sprintf('%04x', 1);
   }


}
4e3f2365   xu   common

34327c62   xu   1. F 完成所有接口的逻辑

4e3f2365   xu   common

34327c62   xu   1. F 完成所有接口的逻辑

4e3f2365   xu   common

34327c62   xu   1. F 完成所有接口的逻辑

34327c62   xu   1. F 完成所有接口的逻辑

ff8327f6   xu   1. F 删除冗余代码

34327c62   xu   1. F 完成所有接口的逻辑

4e3f2365   xu   common

34327c62   xu   1. F 完成所有接口的逻辑

4e3f2365   xu   common

34327c62   xu   1. F 完成所有接口的逻辑

ff8327f6   xu   1. F 删除冗余代码

d1ded260   xu   1. F 版本管理列表增加显示项目和型号

ff8327f6   xu   1. F 删除冗余代码

4e3f2365   xu   common

ff8327f6   xu   1. F 删除冗余代码

4e3f2365   xu   common

ff8327f6   xu   1. F 删除冗余代码

457eed6f   xu   app-api

ff8327f6   xu   1. F 删除冗余代码

4e3f2365   xu   common

ff8327f6   xu   1. F 删除冗余代码

4e3f2365   xu   common

ff8327f6   xu   1. F 删除冗余代码

34327c62   xu   1. F 完成所有接口的逻辑

ff8327f6   xu   1. F 删除冗余代码

457eed6f   xu   app-api

ff8327f6   xu   1. F 删除冗余代码

4e3f2365   xu   common

457eed6f   xu   app-api

f656f33b   xu   1. F 上报app 升级记录里面...

457eed6f   xu   app-api

f656f33b   xu   1. F 上报app 升级记录里面...

4e3f2365   xu   common

f656f33b   xu   1. F 上报app 升级记录里面...

ff8327f6   xu   1. F 删除冗余代码

f656f33b   xu   1. F 上报app 升级记录里面...

ff8327f6   xu   1. F 删除冗余代码

d5e57a77   xu   app-api

b5b47ff1   xu   app-ht

d5e57a77   xu   app-api

4e3f2365   xu   common

d5e57a77   xu   app-api

b5b47ff1   xu   app-ht

d5e57a77   xu   app-api

457eed6f   xu   app-api

4e3f2365   xu   common

d5e57a77   xu   app-api

457eed6f   xu   app-api

d5e57a77   xu   app-api

b5b47ff1   xu   app-ht

d5e57a77   xu   app-api

b5b47ff1   xu   app-ht

d5e57a77   xu   app-api

b5b47ff1   xu   app-ht

d5e57a77   xu   app-api

4e3f2365   xu   common

d5e57a77   xu   app-api

4e3f2365   xu   common

457eed6f   xu   app-api

dcfe4978   xu   app-api

4e3f2365   xu   common

d5e57a77   xu   app-api

b5b47ff1   xu   app-ht

4e3f2365   xu   common

d5e57a77   xu   app-api

b5b47ff1   xu   app-ht

4e3f2365   xu   common

b5b47ff1   xu   app-ht

4e3f2365   xu   common

d5e57a77   xu   app-api

4e3f2365   xu   common

457eed6f   xu   app-api

4e3f2365   xu   common

cfe42223   曹明   提交初始代码