tangbl93

Results 11 comments of tangbl93

支持HandyJSON和默认值的版本 https://gitee.com/tangbl93/jsonexport 欢迎各位大佬体验。 ``` // // CashListItemData.swift // Model file generated using JSONExport: https://github.com/Ahmed-Ali/JSONExport import HandyJSON class CashListItemData : HandyJSON { var hc_id : Int = 0 var u_nickname :...

it's works for me

@abhi16180 thank you, it's works perfect.

补充一张Bugly崩溃堆栈截图,在崩溃中看不到什么有用的信息。 ![image](https://user-images.githubusercontent.com/13956214/50674102-23f78c80-101e-11e9-94d3-dd163954ca83.png)

我只在这台设备上重现过。没有尝试过其他低版本设备(公司没iOS 8的机器,所以也测不了,但是iOS 10的没问题) 猜测原因可能是 `LogInternal` 宏中用到了 `##__VA_ARGS__` 去匹配可变参数,但是遇到字符串中有 `%` 这种符号,就造成了占位符、参数个数不匹配导致的。(测试过移除其中带%的那个参数后打印正常) 修复这个问题花了我两天时间,如果官方团队有空的话可以改进一下Demo.

好,不过得等下周了。得先赶赶需求。 不过第二点的话,我就是改成这样子修复好的。 ![image](https://user-images.githubusercontent.com/13956214/51011655-519b8300-1594-11e9-9d40-8eb60e4ec3e5.png)

> lldb bt ``` * thread #65, name = 'com.apple.CFNetwork.CustomProtocols', stop reason = hit Objective-C exception frame #0: 0x00000001a61b9448 libobjc.A.dylib`objc_exception_throw frame #1: 0x00000001937568b4 Foundation`NSAllocateMemoryPages + 196 * frame #2: 0x0000000193639b24...

@YangSen-qn 没有调整这些参数。关键代码如下: ``` dispatch_async(concurrent_queue,^{ StrongSelf [strongSelf httpGetQiniuTokenIsPulic:NO block:^(NSString *qiniuToken) { @try { QNUploadOption * option = [[QNUploadOption alloc] initWithMime:nil progressHandler:^(NSString *key, float percent) { ... } params:nil checkCrc:false cancellationSignal:^BOOL{ return...

@msmeissn `req_acc_g` don't require parameters。 i guess `req_acc_g` is similar to the activation input, and `req_acc_e` is similar to submit the passcode。