Project

General

Profile

New Function #154

Updated by Deca Park 10 months ago

<p><strong>[API] PUT /api/agent/store_order_status</strong></p> 

 <p>1.logic<br /> 
 &nbsp; &nbsp;1) if smart_order_status is updated with <strong>주문확정(SS02),매장취소(SS10)</strong><br /> 
 &nbsp; &nbsp; &nbsp; - send push message<br /> 
 &nbsp; &nbsp; &nbsp; - refer to [ADMIN] StoreOrderController.sendPushMessage()<br /> 
 &nbsp; &nbsp;2) if smart_order_status is updated with <strong>수령대기중(SS03)<br <strong>수령대기중(SS03)</strong><br /> 
 &nbsp; &nbsp; &nbsp;</strong> <span style="color:#e74c3c;">- &nbsp; - send push message :&nbsp;[ADMIN] StoreOrderController.sendPushMessage()</span><br kakao message<br /> 
 &nbsp; &nbsp; &nbsp; - send kakao message : refer to [ADMIN] StoreOrderController.processReceiveWait()</p> 

Back