1
This commit is contained in:
@@ -460,9 +460,15 @@ class TestController extends AbstractController
|
||||
}
|
||||
|
||||
public function test_17(){
|
||||
$OrderServicePackageService = new OrderServicePackageService();
|
||||
$result = $OrderServicePackageService->getImServicePackageCloudCustomData("I642033922058559488");
|
||||
dump($result);
|
||||
$params = array();
|
||||
$params['order_inquiry_id'] = "643019792966791168";
|
||||
$order_inquiry = OrderInquiry::getOne($params);
|
||||
|
||||
// 发送im消息
|
||||
$imService = new ImService();
|
||||
|
||||
// 等待医生接诊
|
||||
$imService->waitDoctorInquiry($order_inquiry, "516900370248146944", "516898713896521728");
|
||||
}
|
||||
|
||||
// 退款
|
||||
|
||||
Reference in New Issue
Block a user