crpt
This commit is contained in:
		@@ -53,3 +53,9 @@ def attach_crpt(order_product_id, crpt):
 | 
			
		||||
    data = {'orderProductId': order_product_id, 'crpt': crpt}
 | 
			
		||||
    response = client.method('POST', method, data=data)
 | 
			
		||||
    return response
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def need_crpt_by_order_id(order_id):
 | 
			
		||||
    method = f'{router}/needCrptByOrder?orderId={order_id}'
 | 
			
		||||
    response = client.method('GET', method)
 | 
			
		||||
    return response
 | 
			
		||||
		Reference in New Issue
	
	Block a user