Няма описание

KXBodyPriceJS.m 479B

1234567891011121314151617181920212223242526272829
  1. //
  2. // KXBodyPriceJS.m
  3. // CAISHEN
  4. //
  5. // Created by youngliu on 2017/8/30.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import "KXBodyPriceJS.h"
  9. @implementation KXBodyPriceJS
  10. /*
  11. *{
  12. link = "http://lan800.com/?source=mjseven";
  13. "product_Id" = 139;
  14. type = 0;
  15. }
  16. */
  17. - (void)JSGetProductId:(NSDictionary *)json
  18. {
  19. if (json) {
  20. [[NSNotificationCenter defaultCenter]postNotificationName:@"WTWEBDETAILJSOBJC" object:@{@"product":json}];
  21. }
  22. }
  23. @end