Skip to content

Commit 480a766

Browse files
committed
channel
1 parent 0410fe1 commit 480a766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Models/Register.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ - (NSDictionary *)toParams{
2525
return @{@"email" : self.email,
2626
@"global_key" : self.global_key,
2727
@"j_captcha" : _j_captcha? _j_captcha: @"",
28-
@"coding-ios" : kRegisterChannel};
28+
@"channel" : kRegisterChannel};
2929
}
3030
@end

0 commit comments

Comments
 (0)