@@ -37,7 +37,7 @@ class Order < ActiveRecord::Base
def patch_send_product
if self.status=="processing"
#发放未发放赠品
- url = "#{CONFIG_FILE["api_host"]}/railsadmin/live/award/#{self.id}"
+ url = "#{CONFIG_FILE["api_host"]}/railsadmin/recharge/award/#{self.id}"
p url
open(url)
end